home *** CD-ROM | disk | FTP | other *** search
- //{{NO_DEPENDENCIES}}
- //
- // File: ComResource.h
- //
- // Contains: Application-specific resource definitions for VRShell application.
- // This file is used for ***BOTH*** MacOS and Windows.
- //
- // Written by: Tim Monroe
- //
- // Copyright: © 1997 by Apple Computer, Inc., all rights reserved.
- //
- //
- #define IDS_APPNAME 1
- #define IDS_DESCRIPTION 2
- #define WINDOWMENU 3
- #define IDS_FILTERSTRING 3
- #define IDS_SAVEDIALOG 2000
- #define IDI_APPICON 101
- #define IDI_CHILDICON 102
- #define IDD_ABOUT 103
- #define IDS_FILEMENU 1000
- #define IDM_FILENEW 1001
- #define IDM_FILEOPEN 1002
- #define IDM_FILECLOSE 1005
- #define IDM_FILESAVE 1007
- #define IDM_FILESAVEAS 1008
- #define IDM_EXIT 1009
- #define IDS_EDITMENU 1100
- #define IDM_EDITUNDO 1101
- #define IDM_EDITCUT 1102
- #define IDM_EDITCOPY 1103
- #define IDM_EDITPASTE 1104
- #define IDM_EDITCLEAR 1105
- #define IDM_EDITSELECTALL 1106
-
- // application-specific menu items;
- // these must coordinate with the Macintosh menu ID/menu item combo
- // for menus
- #define kTestMenu 131
-
- #define IDS_TESTMENU 33536 //((kTestMenu<<8))
- #define IDM_ADD_TIMECODE 33537 //((kTestMenu<<8)+(1))
- #define IDM_DELETE_TIMECODE 33538 //((kTestMenu<<8)+(2))
- #define IDM_GET_TIMECODE 33540 //((kTestMenu<<8)+(4))
- #define IDM_GET_TIMECODE_SOURCE 33541 //((kTestMenu<<8)+(5))
- #define IDM_TOGGLE_TIMECODE_DISPLAY 33543 //((kTestMenu<<8)+(7))
-
- #define IDS_WINDOWMENU 1300
- #define IDM_WINDOWTILE 1301
- #define IDM_WINDOWCASCADE 1302
- #define IDM_WINDOWCLOSEALL 1303
- #define IDM_WINDOWICONS 1304
- #define IDM_WINDOWCHILD 1310
- #define IDS_HELPMENU 1400
- #define IDM_ABOUT 1401
- #define IDC_STATIC -1
-
-